REALbasic automatically supports cut, copy and paste for editfields. There may be times however when this automatic support is not desirable. You may want to prevent the user from being able to copy the contents of a particular editfield to the clipboard in certain circumstances. This example demonstrates an editfield-based class that prevents the user from copying the contents of an editfield to the clipboard.